Skip to main content
PUT
/
registropontos
/
empresa
/
45
Aprovar AjustePonto [Empresa]
curl --request PUT \
  --url https://api-hml.ponto-on.com/registropontos/empresa/45 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "ajuste aprovado pela empresa"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
status
string
Example:

"ajuste aprovado pela empresa"

Response

200 - application/json

Aprovar AjustePonto [Empresa]

The response is of type object.